projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9dcd7d0
)
Update help url default value.
author
Camila Ayres
<hello@camilasan.com>
Thu, 20 Feb 2025 17:30:01 +0000
(18:30 +0100)
committer
backportbot[bot]
<backportbot[bot]@users.noreply.github.com>
Tue, 25 Feb 2025 10:03:53 +0000
(10:03 +0000)
Signed-off-by: Camila Ayres <hello@camilasan.com>
src/libsync/theme.cpp
patch
|
blob
|
history
diff --git
a/src/libsync/theme.cpp
b/src/libsync/theme.cpp
index 8927f117f6e5afdd9700c72e52fac11113a9d273..16e148167a8f9ed07f1c9aa092d2b167572c303d 100644
(file)
--- a/
src/libsync/theme.cpp
+++ b/
src/libsync/theme.cpp
@@
-444,7
+444,7
@@
QString Theme::helpUrl() const
#ifdef APPLICATION_HELP_URL
return QString::fromLatin1(APPLICATION_HELP_URL);
#else
- return QString::fromLatin1("https://docs.nextcloud.com/
#desktop
");
+ return QString::fromLatin1("https://docs.nextcloud.com/
server/latest/user_manual/en/desktop/index.html
");
#endif
}